/*! For license information please see scripts.js.LICENSE.txt */ (()=>{var e={5695:function(e,t,n){e.exports=function(e,t,n,o){"use strict";const i=e=>e&&"object"==typeof e&&"default"in e?e:{default:e},a=i(e),s=i(n),r=i(o),l="5.2.3";class c extends r.default{constructor(e,n){super(),(e=t.getElement(e))&&(this._element=e,this._config=this._getConfig(n),a.default.set(this._element,this.constructor.DATA_KEY,this))}dispose(){a.default.remove(this._element,this.constructor.DATA_KEY),s.default.off(this._element,this.constructor.EVENT_KEY);for(const e of Object.getOwnPropertyNames(this))this[e]=null}_queueCallback(e,n,o=!0){t.executeAfterTransition(e,n,o)}_getConfig(e){return e=this._mergeConfigObj(e,this._element),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}static getInstance(e){return a.default.get(t.getElement(e),this.DATA_KEY)}static getOrCreateInstance(e,t={}){return this.getInstance(e)||new this(e,"object"==typeof t?t:null)}static get VERSION(){return l}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(e){return`${e}${this.EVENT_KEY}`}}return c}(n(493),n(4072),n(9286),n(4705))},3863:function(e,t,n){e.exports=function(e,t,n,o){"use strict";const i=e=>e&&"object"==typeof e&&"default"in e?e:{default:e},a=i(t),s=i(n),r=i(o),l="collapse",c=".bs.collapse",u=`show${c}`,d=`shown${c}`,f=`hide${c}`,g=`hidden${c}`,h=`click${c}.data-api`,p="show",m="collapse",A="collapsing",b="collapsed",v=`:scope .${m} .${m}`,$="collapse-horizontal",y="width",w="height",_=".collapse.show, .collapse.collapsing",C='[data-bs-toggle="collapse"]',E={parent:null,toggle:!0},S={parent:"(null|element)",toggle:"boolean"};class T extends r.default{constructor(t,n){super(t,n),this._isTransitioning=!1,this._triggerArray=[];const o=s.default.find(C);for(const t of o){const n=e.getSelectorFromElement(t),o=s.default.find(n).filter((e=>e===this._element));null!==n&&o.length&&this._triggerArray.push(t)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return E}static get DefaultType(){return S}static get NAME(){return l}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let e=[];if(this._config.parent&&(e=this._getFirstLevelChildren(_).filter((e=>e!==this._element)).map((e=>T.getOrCreateInstance(e,{toggle:!1})))),e.length&&e[0]._isTransitioning)return;if(a.default.trigger(this._element,u).defaultPrevented)return;for(const t of e)t.hide();const t=this._getDimension();this._element.classList.remove(m),this._element.classList.add(A),this._element.style[t]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const n=()=>{this._isTransitioning=!1,this._element.classList.remove(A),this._element.classList.add(m,p),this._element.style[t]="",a.default.trigger(this._element,d)},o=`scroll${t[0].toUpperCase()+t.slice(1)}`;this._queueCallback(n,this._element,!0),this._element.style[t]=`${this._element[o]}px`}hide(){if(this._isTransitioning||!this._isShown())return;if(a.default.trigger(this._element,f).defaultPrevented)return;const t=this._getDimension();this._element.style[t]=`${this._element.getBoundingClientRect()[t]}px`,e.reflow(this._element),this._element.classList.add(A),this._element.classList.remove(m,p);for(const t of this._triggerArray){const n=e.getElementFromSelector(t);n&&!this._isShown(n)&&this._addAriaAndCollapsedClass([t],!1)}this._isTransitioning=!0;const n=()=>{this._isTransitioning=!1,this._element.classList.remove(A),this._element.classList.add(m),a.default.trigger(this._element,g)};this._element.style[t]="",this._queueCallback(n,this._element,!0)}_isShown(e=this._element){return e.classList.contains(p)}_configAfterMerge(t){return t.toggle=Boolean(t.toggle),t.parent=e.getElement(t.parent),t}_getDimension(){return this._element.classList.contains($)?y:w}_initializeChildren(){if(!this._config.parent)return;const t=this._getFirstLevelChildren(C);for(const n of t){const t=e.getElementFromSelector(n);t&&this._addAriaAndCollapsedClass([n],this._isShown(t))}}_getFirstLevelChildren(e){const t=s.default.find(v,this._config.parent);return s.default.find(e,this._config.parent).filter((e=>!t.includes(e)))}_addAriaAndCollapsedClass(e,t){if(e.length)for(const n of e)n.classList.toggle(b,!t),n.setAttribute("aria-expanded",t)}static jQueryInterface(e){const t={};return"string"==typeof e&&/show|hide/.test(e)&&(t.toggle=!1),this.each((function(){const n=T.getOrCreateInstance(this,t);if("string"==typeof e){if(void 0===n[e])throw new TypeError(`No method named "${e}"`);n[e]()}}))}}return a.default.on(document,h,C,(function(t){("A"===t.target.tagName||t.delegateTarget&&"A"===t.delegateTarget.tagName)&&t.preventDefault();const n=e.getSelectorFromElement(this),o=s.default.find(n);for(const e of o)T.getOrCreateInstance(e,{toggle:!1}).toggle()})),e.defineJQueryPlugin(T),T}(n(4072),n(9286),n(8737),n(5695))},493:function(e){e.exports=function(){"use strict";const e=new Map;return{set(t,n,o){e.has(t)||e.set(t,new Map);const i=e.get(t);i.has(n)||0===i.size?i.set(n,o):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(i.keys())[0]}.`)},get:(t,n)=>e.has(t)&&e.get(t).get(n)||null,remove(t,n){if(!e.has(t))return;const o=e.get(t);o.delete(n),0===o.size&&e.delete(t)}}}()},9286:function(e,t,n){e.exports=function(e){"use strict";const t=/[^.]*(?=\..*)\.|.*/,n=/\..*/,o=/::\d+$/,i={};let a=1;const s={mouseenter:"mouseover",mouseleave:"mouseout"},r=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function l(e,t){return t&&`${t}::${a++}`||e.uidEvent||a++}function c(e){const t=l(e);return e.uidEvent=t,i[t]=i[t]||{},i[t]}function u(e,t){return function n(o){return v(o,{delegateTarget:e}),n.oneOff&&b.off(e,o.type,t),t.apply(e,[o])}}function d(e,t,n){return function o(i){const a=e.querySelectorAll(t);for(let{target:s}=i;s&&s!==this;s=s.parentNode)for(const r of a)if(r===s)return v(i,{delegateTarget:s}),o.oneOff&&b.off(e,i.type,t,n),n.apply(s,[i])}}function f(e,t,n=null){return Object.values(e).find((e=>e.callable===t&&e.delegationSelector===n))}function g(e,t,n){const o="string"==typeof t,i=o?n:t||n;let a=A(e);return r.has(a)||(a=e),[o,i,a]}function h(e,n,o,i,a){if("string"!=typeof n||!e)return;let[r,h,p]=g(n,o,i);if(n in s){const e=e=>function(t){if(!t.relatedTarget||t.relatedTarget!==t.delegateTarget&&!t.delegateTarget.contains(t.relatedTarget))return e.call(this,t)};h=e(h)}const m=c(e),A=m[p]||(m[p]={}),b=f(A,h,r?o:null);if(b)return void(b.oneOff=b.oneOff&&a);const v=l(h,n.replace(t,"")),$=r?d(e,o,h):u(e,h);$.delegationSelector=r?o:null,$.callable=h,$.oneOff=a,$.uidEvent=v,A[v]=$,e.addEventListener(p,$,r)}function p(e,t,n,o,i){const a=f(t[n],o,i);a&&(e.removeEventListener(n,a,Boolean(i)),delete t[n][a.uidEvent])}function m(e,t,n,o){const i=t[n]||{};for(const a of Object.keys(i))if(a.includes(o)){const o=i[a];p(e,t,n,o.callable,o.delegationSelector)}}function A(e){return e=e.replace(n,""),s[e]||e}const b={on(e,t,n,o){h(e,t,n,o,!1)},one(e,t,n,o){h(e,t,n,o,!0)},off(e,t,n,i){if("string"!=typeof t||!e)return;const[a,s,r]=g(t,n,i),l=r!==t,u=c(e),d=u[r]||{},f=t.startsWith(".");if(void 0===s){if(f)for(const n of Object.keys(u))m(e,u,n,t.slice(1));for(const n of Object.keys(d)){const i=n.replace(o,"");if(!l||t.includes(i)){const t=d[n];p(e,u,r,t.callable,t.delegationSelector)}}}else{if(!Object.keys(d).length)return;p(e,u,r,s,a?n:null)}},trigger(t,n,o){if("string"!=typeof n||!t)return null;const i=e.getjQuery();let a=null,s=!0,r=!0,l=!1;n!==A(n)&&i&&(a=i.Event(n,o),i(t).trigger(a),s=!a.isPropagationStopped(),r=!a.isImmediatePropagationStopped(),l=a.isDefaultPrevented());let c=new Event(n,{bubbles:s,cancelable:!0});return c=v(c,o),l&&c.preventDefault(),r&&t.dispatchEvent(c),c.defaultPrevented&&a&&a.preventDefault(),c}};function v(e,t){for(const[n,o]of Object.entries(t||{}))try{e[n]=o}catch(t){Object.defineProperty(e,n,{configurable:!0,get:()=>o})}return e}return b}(n(4072))},3175:function(e){e.exports=function(){"use strict";function e(e){if("true"===e)return!0;if("false"===e)return!1;if(e===Number(e).toString())return Number(e);if(""===e||"null"===e)return null;if("string"!=typeof e)return e;try{return JSON.parse(decodeURIComponent(e))}catch(t){return e}}function t(e){return e.replace(/[A-Z]/g,(e=>`-${e.toLowerCase()}`))}return{setDataAttribute(e,n,o){e.setAttribute(`data-bs-${t(n)}`,o)},removeDataAttribute(e,n){e.removeAttribute(`data-bs-${t(n)}`)},getDataAttributes(t){if(!t)return{};const n={},o=Object.keys(t.dataset).filter((e=>e.startsWith("bs")&&!e.startsWith("bsConfig")));for(const i of o){let o=i.replace(/^bs/,"");o=o.charAt(0).toLowerCase()+o.slice(1,o.length),n[o]=e(t.dataset[i])}return n},getDataAttribute:(n,o)=>e(n.getAttribute(`data-bs-${t(o)}`))}}()},8737:function(e,t,n){e.exports=function(e){"use strict";return{find:(e,t=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(t,e)),findOne:(e,t=document.documentElement)=>Element.prototype.querySelector.call(t,e),children:(e,t)=>[].concat(...e.children).filter((e=>e.matches(t))),parents(e,t){const n=[];let o=e.parentNode.closest(t);for(;o;)n.push(o),o=o.parentNode.closest(t);return n},prev(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return[n];n=n.previousElementSibling}return[]},next(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return[n];n=n.nextElementSibling}return[]},focusableChildren(t){const n=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((e=>`${e}:not([tabindex^="-"])`)).join(",");return this.find(n,t).filter((t=>!e.isDisabled(t)&&e.isVisible(t)))}}}(n(4072))},4705:function(e,t,n){e.exports=function(e,t){"use strict";const n=(e=>e&&"object"==typeof e&&"default"in e?e:{default:e})(t);class o{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(e){return e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e}_mergeConfigObj(t,o){const i=e.isElement(o)?n.default.getDataAttribute(o,"config"):{};return{...this.constructor.Default,..."object"==typeof i?i:{},...e.isElement(o)?n.default.getDataAttributes(o):{},..."object"==typeof t?t:{}}}_typeCheckConfig(t,n=this.constructor.DefaultType){for(const o of Object.keys(n)){const i=n[o],a=t[o],s=e.isElement(a)?"element":e.toType(a);if(!new RegExp(i).test(s))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${o}" provided type "${s}" but expected type "${i}".`)}}}return o}(n(4072),n(3175))},4072:function(e,t){!function(e){"use strict";const t=1e6,n=1e3,o="transitionend",i=e=>null==e?`${e}`:Object.prototype.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase(),a=e=>{do{e+=Math.floor(Math.random()*t)}while(document.getElementById(e));return e},s=e=>{let t=e.getAttribute("data-bs-target");if(!t||"#"===t){let n=e.getAttribute("href");if(!n||!n.includes("#")&&!n.startsWith("."))return null;n.includes("#")&&!n.startsWith("#")&&(n=`#${n.split("#")[1]}`),t=n&&"#"!==n?n.trim():null}return t},r=e=>{const t=s(e);return t&&document.querySelector(t)?t:null},l=e=>{const t=s(e);return t?document.querySelector(t):null},c=e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:o}=window.getComputedStyle(e);const i=Number.parseFloat(t),a=Number.parseFloat(o);return i||a?(t=t.split(",")[0],o=o.split(",")[0],(Number.parseFloat(t)+Number.parseFloat(o))*n):0},u=e=>{e.dispatchEvent(new Event(o))},d=e=>!(!e||"object"!=typeof e)&&(void 0!==e.jquery&&(e=e[0]),void 0!==e.nodeType),f=e=>d(e)?e.jquery?e[0]:e:"string"==typeof e&&e.length>0?document.querySelector(e):null,g=e=>{if(!d(e)||0===e.getClientRects().length)return!1;const t="visible"===getComputedStyle(e).getPropertyValue("visibility"),n=e.closest("details:not([open])");if(!n)return t;if(n!==e){const t=e.closest("summary");if(t&&t.parentNode!==n)return!1;if(null===t)return!1}return t},h=e=>!e||e.nodeType!==Node.ELEMENT_NODE||!!e.classList.contains("disabled")||(void 0!==e.disabled?e.disabled:e.hasAttribute("disabled")&&"false"!==e.getAttribute("disabled")),p=e=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof e.getRootNode){const t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?p(e.parentNode):null},m=()=>{},A=e=>{e.offsetHeight},b=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,v=[],$=e=>{"loading"===document.readyState?(v.length||document.addEventListener("DOMContentLoaded",(()=>{for(const e of v)e()})),v.push(e)):e()},y=()=>"rtl"===document.documentElement.dir,w=e=>{$((()=>{const t=b();if(t){const n=e.NAME,o=t.fn[n];t.fn[n]=e.jQueryInterface,t.fn[n].Constructor=e,t.fn[n].noConflict=()=>(t.fn[n]=o,e.jQueryInterface)}}))},_=e=>{"function"==typeof e&&e()},C=(e,t,n=!0)=>{if(!n)return void _(e);const i=5,a=c(t)+i;let s=!1;const r=({target:n})=>{n===t&&(s=!0,t.removeEventListener(o,r),_(e))};t.addEventListener(o,r),setTimeout((()=>{s||u(t)}),a)},E=(e,t,n,o)=>{const i=e.length;let a=e.indexOf(t);return-1===a?!n&&o?e[i-1]:e[0]:(a+=n?1:-1,o&&(a=(a+i)%i),e[Math.max(0,Math.min(a,i-1))])};e.defineJQueryPlugin=w,e.execute=_,e.executeAfterTransition=C,e.findShadowRoot=p,e.getElement=f,e.getElementFromSelector=l,e.getNextActiveElement=E,e.getSelectorFromElement=r,e.getTransitionDurationFromElement=c,e.getUID=a,e.getjQuery=b,e.isDisabled=h,e.isElement=d,e.isRTL=y,e.isVisible=g,e.noop=m,e.onDOMContentLoaded=$,e.reflow=A,e.toType=i,e.triggerTransitionEnd=u,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}(t)},4337:()=>{!function(){"use strict";var e=document.querySelector(".var-botao-lgpd");e&&e.addEventListener("click",(()=>{localStorage.setItem("avisoLGPD","sim"),document.querySelector(".footer-lgpd").classList.remove("show")}))}(),document.addEventListener("DOMContentLoaded",(function(){"nao"==localStorage.getItem("avisoLGPD")||"sim"==localStorage.getItem("avisoLGPD")||localStorage.setItem("avisoLGPD","nao"),"nao"==localStorage.getItem("avisoLGPD")&&document.querySelector(".footer-lgpd").classList.add("show")}))},4778:(e,t,n)=>{"use strict";n.r(t);var o=n(3863),i=n.n(o);$("#contatoChat, #contatoChatFooter, #contatoMenuMobile").click((function(e){e.preventDefault(),$(this).hasClass("disabledButtonCrisp")||(window.MessageBirdChatWidget&&window.MessageBirdChatWidget.toggleChat(!0),$("#popupContato").modal("hide"),$(".menu-atendimento-pelicula").fadeOut(200),$(".menu-atendimento").fadeOut(200))})),document.addEventListener("DOMContentLoaded",(function(){const e=document.querySelectorAll(".collapse-footer"),t=document.querySelectorAll(".arrow-collapse");function n(){window.innerWidth<768&&e.forEach(((e,n)=>{const o=t[n];if(e.classList.contains("show")){new(i())(e,{toggle:!1}).hide(),o.style.transform="rotate(0deg)"}}))}n(),window.addEventListener("resize",(function(){n()})),e.forEach(((e,n)=>{const o=t[n];o.style.transform=e.classList.contains("show")?"rotate(-180deg)":"rotate(0deg)",e.addEventListener("show.bs.collapse",(function(){o.style.transform="rotate(-180deg)",o.style.transition="transform 0.3s ease"})),e.addEventListener("hide.bs.collapse",(function(){o.style.transform="rotate(0deg)",o.style.transition="transform 0.3s ease"}))}));document.querySelectorAll(".select-footer").forEach((function(e){e.addEventListener("change",(function(){!function(e){const t=e.value;t&&(window.location.href=t,e.selectedIndex=0)}(e)}))}))}))},7422:()=>{$(".tabelaLicenciamento .caminhao").on("click",(function(){$(this).addClass("selected"),$(".tabelaLicenciamento .carro").removeClass("selected"),$(".tabelaLicenciamento .tab-car").fadeOut(150,(function(){$(".tabelaLicenciamento .tab-caminhao").fadeIn(150)}))})),$(".tabelaLicenciamento .carro").on("click",(function(){$(this).addClass("selected"),$(".tabelaLicenciamento .caminhao").removeClass("selected"),$(".tabelaLicenciamento .tab-caminhao").fadeOut(150,(function(){$(".tabelaLicenciamento .tab-car").fadeIn(150)}))})),$(".var-buscar-mais-estados").on("click",(function(){$(".listagem-padrao").fadeOut(150,(function(){$(".listagem-busca").fadeIn(150)}))})),$(".var-buscar-mais-estados-voltar").on("click",(function(){$(".listagem-busca").fadeOut(150,(function(){$(".listagem-padrao").fadeIn(150)}))})),$(".selectpicker.licenciamento-estados").on("change",(function(){$(".var-botoes-filtro").fadeIn(),$(this).find("option:selected").each((function(){const e=$(this).attr("value");e?($(".resultado-busca").not(".estado--"+e).fadeOut(150),$(".estado--"+e).delay(150).fadeIn(150)):$(".resultado-busca").fadeOut(150)}))})),$(".pelicula").on("click",(()=>{$(".tabelaLicenciamento").collapse("hide")})),$(".tabelaLicenciamento").on("show.bs.collapse",(()=>{$(".pelicula").removeClass("inativa").addClass("ativa")})),$(".tabelaLicenciamento").on("hide.bs.collapse",(()=>{$(".pelicula").addClass("inativa").removeClass("ativa")}));const e=window.location.pathname.split("/")[1]||null;$(document).on("scroll",(function(){"usuario"!==e&&($(window).scrollTop()>670?($(".navbarScroll-item.minhaConta").addClass("d-none"),$(window).width()>=768&&$(".menuNomePessoa").addClass("d-none"),$("#mainNav").addClass("position-fixed bg-navbar mt-0")):($("#mainNav").removeClass("position-fixed bg-navbar mt-0"),$(".navbarScroll-item.minhaConta").removeClass("d-none"),$(".menuNomePessoa").removeClass("d-none")))})),$(".btn-consulteGratis-navbar, .btn-subir-topo").click((function(e){e.preventDefault();let t=$(this).attr("href");if(t)return window.location=t;let n=$("#form-consulta").offset(),o=0;$("#form-consulta").length&&(o=n.top),$("html, body").stop().animate({scrollTop:o-300},600),$("#form-consulta input[name=identificador]").focus()}));let t=null;$("#menu-sidebar").on("shown.bs.modal",(function(e){let{relatedTarget:n}=e;t=n,$(t).addClass("active"),$(".menu-sidebar").animate({right:"0%",opacity:1},500)})),$("#menu-sidebar").on("hidden.bs.modal",(function(){$(t).removeClass("active"),$(".menu-sidebar").attr("style","right: -100%; opacity: 0;")})),$(".fechar-menu-sidebar").on("click",(()=>{$("#menu-sidebar").modal("hide")}));const n=$(".menu-sidebar");let o=$(n).find("section:not(.busca-inativa)").length,i=0;$("#campo-busca-menu").on("input",(function(){let e=$(this).val().toLowerCase();$(n).find("section:not(.busca-inativa) nav li").removeClass("d-none"),$(n).find("section:not(.busca-inativa) nav li a").each((function(){if($(this).text().toLowerCase().indexOf(e)<0){$(this).closest("li").addClass("d-none"),$(this).closest("nav").find("li").length===$(this).closest("nav").find("li.d-none").length?$(this).closest("section").addClass("d-none"):$(this).closest("section").removeClass("d-none")}else $(this).closest("section").removeClass("d-none"),e?$(this).closest(".collapse").collapse("show"):$(this).closest(".collapse").collapse("hide")})),i=$(n).find("section:not(.busca-inativa).d-none").length,o===i?$(n).addClass("busca-vazia"):$(n).removeClass("busca-vazia")}))},2041:(e,t,n)=>{"use strict";function o(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:800,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{mobile:20,desktop:100};if(!e.length)return;const o=$(e).offset().top;screen.width<768?$("html, body").animate({scrollTop:o-n.mobile},t):$("html, body").animate({scrollTop:o-n.desktop},t)}n.r(t),n.d(t,{default:()=>o})},7242:()=>{!function(e,t,n){function o(e,t){return typeof e===t}function i(e,t){if("object"==typeof e)for(var n in e)l(e,n)&&i(n,e[n]);else{var o=(e=e.toLowerCase()).split("."),a=r[o[0]];if(2==o.length&&(a=a[o[1]]),void 0!==a)return r;t="function"==typeof t?t():t,1==o.length?r[o[0]]=t:(!r[o[0]]||r[o[0]]instanceof Boolean||(r[o[0]]=new Boolean(r[o[0]])),r[o[0]][o[1]]=t),function(e){var t=u.className,n=r._config.classPrefix||"";if(d&&(t=t.baseVal),r._config.enableJSClass){var o=new RegExp("(^|\\s)"+n+"no-js(\\s|$)");t=t.replace(o,"$1"+n+"js$2")}r._config.enableClasses&&(t+=" "+n+e.join(" "+n),d?u.className.baseVal=t:u.className=t)}([(t&&0!=t?"":"no-")+o.join("-")]),r._trigger(e,t)}return r}var a=[],s={_version:"3.6.0",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!0},_q:[],on:function(e,t){var n=this;setTimeout((function(){t(n[e])}),0)},addTest:function(e,t,n){a.push({name:e,fn:t,options:n})},addAsyncTest:function(e){a.push({name:null,fn:e})}},r=function(){};r.prototype=s,r=new r;var l,c=[];!function(){var e={}.hasOwnProperty;l=o(e,"undefined")||o(e.call,"undefined")?function(e,t){return t in e&&o(e.constructor.prototype[t],"undefined")}:function(t,n){return e.call(t,n)}}();var u=t.documentElement,d="svg"===u.nodeName.toLowerCase();s._l={},s.on=function(e,t){this._l[e]||(this._l[e]=[]),this._l[e].push(t),r.hasOwnProperty(e)&&setTimeout((function(){r._trigger(e,r[e])}),0)},s._trigger=function(e,t){if(this._l[e]){var n=this._l[e];setTimeout((function(){var e;for(e=0;e{function e(){$(".duvida_frequente_show_resposta").each((function(){const e=$(this).data("target");$(this).removeClass("active"),$(e).slideUp(200)}))}$(".duvida_frequente_show_resposta").unbind("click").click((function(t){if(t.stopPropagation(),$(this).hasClass("active"))e();else{const t=$(this).data("target");e(),$(t).slideToggle(200),$(this).toggleClass("active")}}))},2443:()=>{$((function(){setTimeout((()=>{$("#reputation-ra").append('